getStrokeDashArray

abstract fun getStrokeDashArray(block: DesignBlock): List<Float>

Get the custom dash pattern of the given design block's stroke.

Return

the dash pattern, or an empty list if no custom pattern is set.

Parameters

block

the block whose stroke dash pattern should be queried.